home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / dos / vfd / demo.bat < prev    next >
DOS Batch File  |  1995-12-30  |  155b  |  8 lines

  1. @echo off
  2. rem Play all RLE AVIs in a continuous loop with fade transitions.
  3. :start
  4. geewiz * -l1 -d -f3 -g
  5. if errorlevel 1 goto end
  6. goto start
  7. :end
  8.